[SCO]: Include time.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 04:26:46 +0000 (04:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 04:26:46 +0000 (04:26 +0000)
src/systime.h

index 094aee2a249c109dbc6b7f6f7c65d2b8da20046e..165a9f43ed3e47edfae7f0f749e09ddfc6197aa0 100644 (file)
@@ -35,8 +35,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #endif
 
-/* AIX needs both <sys/time.h> and <time.h>.  */
-#ifdef _AIX
+/* AIX and SCO 3.2v4 need both <sys/time.h> and <time.h>.  */
+#if defined (_AIX) || defined (SCO)
 #include <time.h>
 #endif